home *** CD-ROM | disk | FTP | other *** search
- on(release){
- saveLagPg4 = true;
- if(_root.metSpell == 1)
- {
- metLag = meteora.timey.timer;
- }
- if(_root.killSpell == 1)
- {
- killLag = instaKill.timey.timer;
- }
- if(_root.ballSpell == 1)
- {
- ballLag = flameB.timey.timer;
- }
- if(_root.poisSpell == 1)
- {
- poisLag = poisonF.timey.timer;
- }
- if(_root.nukeSpell == 1)
- {
- nukeLag = nuke.timey.timer;
- }
- gotoAndPlay(1);
- }
-